{% extends "global/Page.html" %} {% load otree %} {% block title %} Survey {% endblock %} {% block content %}

Please answer the following questions using the relevant units.

A bat and a ball cost $1.10 in total. The bat costs $1.00 more than the ball. How much does the ball cost? {% formfield player.bat label = "Please give your answer in cents" %}

----------------------------------------------------------------------

If it takes 5 machines 5 minutes to make 5 widgets, how long would it take 100 machines to make 100 widgets? {% formfield player.machines label = "Please give your answer in minutes" %}

----------------------------------------------------------------------

In a lake, there is a patch of lily pads. Every day, the patch doubles in size. If it takes 48 days for the patch to cover the entire lake, how long would it take for the patch to cover half of the lake? {% formfield player.lake label = "Please give your answer in days" %}

----------------------------------------------------------------------

Please scroll all the way down and press "Next" when you are done.

{% next_button %} {% endblock %}